home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: VB, VC++, and Fuzzy Logic
- Date: 29 Jan 1996 03:00:34 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4ehd8i$ofe@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe3.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Jan 29, 1996 01:17:48 in article <VB, VC++, and Fuzzy Logic>,
- 'ihabed@uncc.edu (Ibrahim H Abed)' wrote:
-
-
- >I'm interested in designing a program for my senior project that is
- basically
- >stock market analysis which will generate a buy/sell/hold signal. It has
- to
- >have a graphical interface. Initially, I was going to do it in Visual C++
-
- >because C++ classes lend themselves quite nicely to fuzzy membership
- >functions.
- >However, I'm having difficulty using Visual C++ (too unwieldy at my
- level).
- >I'm
- >hoping to port everything to Visual Basic because of the ease of designing
- an
- >interface. Has anyone done any fuzzy logic programming in VB and if so any
-
- >pointers/free source code/etc? I'll also be putting sample stock data in
-
- >Access
- >which VB can access (:). Anyone know if VB can be linked with C++
- routines at
- >all,
- >perhaps saving me some trouble. Any help would be greatly appreciated.
- >
- Yes, it's quite reasonable to write the front end GUI in VB and use
- C/C++ for developing the computational "guts" of the project. The
- way it's done is by writing the C++ module as a DLL, then having the
- VB main program call the interface functions in the DLL module.
-
- E-mail me for a simple sample on how to write the DLL and VB
- interface. Specify which VB version and C++ compiler system
- as the details vary.
-
- --
- Pete Grant
- Kalevi, Inc.
- Object Oriented Software Development
-